Accessory Suitcase
An object of class Accessory Suitcase is a desk accessory suitcase.PROPERTIES
An accessory suitcase has all the properties defined for object class Container on page 42: Completely Expanded, Container Window, Entire Contents, Expandable, Expanded, Previous List View, Selection, and View.Like any other container, an accessory suitcase also has all the properties defined for object class Item on page 72: Bounds, Comment, Container,
Content Space, Creation Date, Disk, Folder, Icon, ID, Information Window, Kind, Label Index, Modification Date, Name, Physical Size, Position,
Selected, Size, and Window.ELEMENT CLASSES
The only elements that an accessory suitcase can contain are objects of class Item (see page 72 for the definition of Item). Items can be identified within
an accessory suitcase by name or by number.COMMANDS HANDLED
Clean Up, Copy, Count, Data Size, Delete, Duplicate, Exists, Get, Make, Move, Open, Put Away, Reveal, Select, Set, Sort, UpdateDEFAULT VALUE CLASS RETURNED
Reference to a suitcase or, if you use the plural formaccessory suitcases
, a list of references.EXAMPLE
This script returns a list of references to the accessory suitcases at the top level of the startup disk:
tell application "Finder" accessory suitcases of startup disk end tell --result: {suitcase "DAs" of startup disk of application "Finder", suitcase "More DAs" of startup disk of application "Finder"}